Expand description
Inspector, debug crash handler and debug properties.
§Crate
This crate is part of the zng
project.
§Cargo Features
This crate provides 3 feature flags, 1 enabled by default.
§"debug_default"
Enables the "live"
feature in debug builds.
Enabled by default.
§"live"
Compiles the interactive inspector.
§"crash_handler"
Compiles the debug crash handler.
Only enables in not(any(target_arch = "wasm32", target_os = "android", target_os = "ios"))
builds.
Modules§
- Debug crash handler.
- Debug inspection properties.
Statics§
- Represent the window inspect action.
Functions§
P
Setup the inspector for the window.- Live interactive inspector.